GtkColorChooser: Correct the signal registration
authorMurray Cumming <murrayc@murrayc.com>
Fri, 2 Mar 2012 17:29:33 +0000 (18:29 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 2 Mar 2012 17:29:33 +0000 (18:29 +0100)
gtk/gtkcolorchooser.c

index 714eee0128d8e03146a426aac5dfa213997f2fe8..b98eb70c1b488a12ca9fe0e7e941250b78ae791b 100644 (file)
@@ -109,7 +109,7 @@ gtk_color_chooser_default_init (GtkColorChooserInterface *iface)
                   NULL, NULL,
                   NULL,
                   G_TYPE_NONE,
-                  1, G_TYPE_STRING);
+                  1, GDK_TYPE_RGBA);
 }
 
 void